| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader | |
| com.atid.lib.reader.event | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
OperationMode |
ATx88Reader.getOperationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onOperationModeChanged(OperationMode mode,
java.lang.Object params) |
void |
ATx88Reader.setOperationMode(OperationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
abstract OperationMode |
ATEAReader.getOperationMode()
Returns the current operating mode of the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATEAReader.setOperationMode(OperationMode mode)
Sets the current operating mode of the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderOperationModeChanged(ATEAReader reader,
OperationMode mode,
java.lang.Object params)
Invoked when the Operation Mode of the Device attached to the ATEAReader instance changes.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationMode |
OperationMode.valueOf(int code) |
static OperationMode |
OperationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationMode[] |
OperationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|